home *** CD-ROM | disk | FTP | other *** search
/ PC Format 9 (5.25") / PC Format - Issue 9 June 1992 - Disk 1.ima / PCF.BAT < prev    next >
DOS Batch File  |  1992-04-24  |  443b  |  33 lines

  1. echo off
  2. cls
  3.  
  4. nocurs
  5. disp menu\pcfiss9 1
  6. :start
  7. disp menu\pcfiss9 2
  8. getkey fpx
  9.  
  10. if errorlevel 3 goto quit
  11. if errorlevel 2 goto pac
  12. if errorlevel 1 goto fonts1
  13.  
  14. :fonts1
  15. cls
  16. echo Copying font files to PFS:First Publisher directory..
  17. copy \fonts\*.* c:\pub
  18. cls
  19. echo Please refer to page 12 for details on how to use these fonts
  20. pause
  21. goto start
  22.  
  23. :pac
  24. cls
  25. pacific
  26. goto start
  27.  
  28. :quit
  29. cls
  30. disp menu\pcfend 2
  31. pause
  32. cls
  33.